How to use gitbook right in local
Set up
node.jsenvsudo apt-get install nodejs npmInstall Gitbook
sudo npm install -g gitbook-cli export PATH=$PATH:/opt/node/binClone your
Gitbookproject fromGithubgit clone your_github_project_address cd your_github_project_addressInstall necessary gitbook plugins
gitbook install ./Build and VieworOutput as pdfgitbook build . gitbook serve . gitbook pdf .Write in local
https://github.com/GitbookIO/editor-legacy#how-to-install-it-on-linux